type runtime.adjustinfo
10 uses
runtime (current package)
stack.go#L555: type adjustinfo struct {
stack.go#L566: func adjustpointer(adjinfo *adjustinfo, vpp unsafe.Pointer) {
stack.go#L598: func adjustpointers(scanp unsafe.Pointer, bv *bitvector, adjinfo *adjustinfo, f funcInfo) {
stack.go#L647: func adjustframe(frame *stkframe, adjinfo *adjustinfo) {
stack.go#L732: func adjustctxt(gp *g, adjinfo *adjustinfo) {
stack.go#L758: func adjustdefers(gp *g, adjinfo *adjustinfo) {
stack.go#L773: func adjustpanics(gp *g, adjinfo *adjustinfo) {
stack.go#L779: func adjustsudogs(gp *g, adjinfo *adjustinfo) {
stack.go#L807: func syncadjustsudogs(gp *g, used uintptr, adjinfo *adjustinfo) uintptr {
stack.go#L883: var adjinfo adjustinfo
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |